Lucene search
+L
LinuxLinux Kernel

14776 matches found

CVE
CVE
added 2024/04/17 10:27 a.m.3491 views

CVE-2024-26886

CVE-2024-26886 (Linux kernel): The vulnerability affects Bluetooth af_bluetooth in the Linux kernel, where attempting to lock a socket during .recvmsg could deadlock. The fix switches from using sock_sock to using the bt path with sk_receive_queue.lock in bt_sock_ioctl, preventing a use-after-fre...

6.5CVSS6.7AI score0.00493EPSS
Save
CVE
CVE
added 2024/05/01 1:4 p.m.3490 views

CVE-2024-27064

CVE-2024-27064 : Linux kernel nf_tables memory leak when nft_netdev_register_hooks() fails. The fix moves nft_stats_alloc() to after successful registration, preventing leaks of nft_stats if registration aborts. Connected Astra Linux advisory mirrors this description for kernel 5.x series, confir...

5.5CVSS6.6AI score0.00222EPSS
Save
CVE
CVE
added 2024/05/01 12:49 p.m.3473 views

CVE-2024-27025

CVE-2024-27025 concerns the Linux kernel: a NULL return from nla_nest_start() could lead to NULL pointer dereference if not checked. The patch inserts a NULL check and sets errno consistent with other call sites, preventing a potential crash. Public references show the issue resolved in the kerne...

5.5CVSS6.5AI score0.00292EPSS
Save
CVE
CVE
added 2024/01/08 5:56 p.m.3445 views

CVE-2022-2602

CVE-2022-2602 is a Linux kernel vulnerability in io_uring related to a use-after-free in the Unix garbage collection path. Multiple connected sources confirm a local, kernel-side issue (io_uring UAF) that can be exploited to crash the kernel and, in PoC scenarios, enable privilege escalation by r...

7CVSS6.9AI score0.01433EPSS
Save
CVE
CVE
added 2024/05/01 12:53 p.m.3445 views

CVE-2024-27029

CVE-2024-27029 affects the Linux kernel’s DRM AMDGPU path: mmhub client id out-of-bounds access, caused by improper handling of cid 0x140. Reports across multiple advisories (SUSE live patch for SLE 15 SP6, OpenVAS/UUbuntu advisories) confirm this as a kernel vulnerability with high impact (local...

7.1CVSS6.8AI score0.00282EPSS
Save
CVE
CVE
added 2024/02/27 6:46 p.m.3429 views

CVE-2021-46958

CVE-2021-46958 : The Linux kernel fixes a race in btrfs where a transaction abort during a commit can race with an ongoing fsync and the kthread, causing use-after-free of the log_root_tree. The vulnerability can trigger IO errors, forced read-only state, and log/superblock write failures as show...

7.8CVSS6AI score0.00243EPSS
Save
CVE
CVE
added 2024/07/29 4:26 p.m.3427 views

CVE-2024-42089

CVE-2024-42089 affects the Linux kernel’s ASoC: fsl-asoc-card driver. The root cause is that priv->pdev was assigned after it was used in fsl_asoc_card_audmux_init(), risking a NULL dereference because priv is zero-initialised. The fix moves the priv->pdev assignment to the start of the pro...

5.5CVSS6.5AI score0.00233EPSS
Save
CVE
CVE
added 2024/05/24 3:9 p.m.3394 views

CVE-2021-47549

CVE-2021-47549 affects the Linux kernel via the sata_fsl driver. The documented issue is a use-after-free (UAF) in sata_fsl_port_stop triggered during rmmod sata_fsl.ko on PPC64 GNU/Linux, where after port_stop is invoked, an ioread32 on hcr_base leads to a kernel OOPS and potential memory access...

7.8CVSS6.6AI score0.00235EPSS
Save
CVE
CVE
added 2024/02/27 6:47 p.m.3333 views

CVE-2021-46973

CVE-2021-46973 is a Linux kernel use-after-free in the MHI path for qrtr (net: qrtr: Avoid potential use after free in MHI send). The issue occurs because the MHI ul_callback could run immediately after queuing an skb, potentially decrementing the associated skb’s refcount and freeing it, which m...

8.4CVSS8.2AI score0.00229EPSS
Save
CVE
CVE
added 2017/05/10 4:0 p.m.3307 views

CVE-2017-8890

CVE-2017-8890 is a Linux kernel vulnerability affecting the IPv4 networking stack. The issue is a double free in inet_csk_clone_lock() in net/ipv4/inet_connection_sock.c, which can be triggered via the accept() system call and leads to a denial of service (kernel memory corruption/crash). The Cen...

7.8CVSS7.9AI score0.01372EPSS
Save
CVE
CVE
added 2025/01/20 10:48 a.m.3296 views

CVE-2023-52923

CVE-2023-52923 affects the Linux kernel netfilter nf_tables backend. The vulnerability arises from switching to the GC transaction API to replace the old gc API and busy-mark approach. No set elements are removed during async GC anymore; the _DEAD bit is set to hide elements from lookups, and asy...

7.8CVSS6.5AI score0.00253EPSS
Save
CVE
CVE
added 2024/12/17 3:55 p.m.3059 views

CVE-2024-53144

The CVE-2024-53144 entry maps to a Linux kernel Bluetooth issue in hci_event: BR/EDR JUST_WORKS was aligned with LE, affecting the Just Works pairing flow and forcing user confirmation via confirm_hint due to policy changes in bluetoothd. The description notes this alignment and its rationale; no...

8.8CVSS6.6AI score0.00389EPSS
Save
CVE
CVE
added 2025/01/21 12:18 p.m.3017 views

CVE-2025-21659

CVE-2025-21659 covers a Linux kernel netdev issue where NAPI IDs were not namespaced because they were not exposed to user space before the netlink API. The vulnerability arises because netlink must ensure that a NAPI instance belongs to the same network namespace as the genl socket owner; otherw...

8.1CVSS6.5AI score0.00176EPSS
Save
CVE
CVE
added 2024/05/01 5:26 a.m.2979 views

CVE-2024-26980

CVE-2024-26980 affects the Linux kernel’s ksmbd component. The vulnerability arises when SMB2_TRANSFORM_PROTO_NUM is used, allowing request size validation to be skipped and potentially triggering a slab-out-of-bounds read in smb2_allocate_rsp_buf(). The issue occurs if a transform request’s size...

8.2CVSS6.4AI score0.00615EPSS
Save
CVE
CVE
added 2024/05/01 5:28 a.m.2886 views

CVE-2024-26994

CVE-2024-26994 – Linux kernel speakup crash on very long words : The issue occurs when a console is configured with a word longer than 256 characters, risking a crash due to buffer length overflow. The fixed version stops processing before the word buffer length is exceeded. Affected component: s...

7.8CVSS6.3AI score0.00292EPSS
Save
CVE
CVE
added 2024/05/01 1:4 p.m.2854 views

CVE-2024-27073

CVE-2024-27073 (Linux kernel) relates to memory leaks in the media: ttpci budget_av_attach path. The fixes ensure budget_av_attach frees resources if saa7146_register_device or saa7146_vv_init fail, aligning with the error-handling pattern in ttpci_budget_init. Two fixme comments noted deallocati...

7.8CVSS6.4AI score0.00292EPSS
Save
CVE
CVE
added 2022/03/07 12:0 a.m.2811 views

CVE-2022-0847

CVE-2022-0847 (Dirty Pipe) is a Linux kernel local privilege-escalation flaw in the pipe buffer handling (flags field) where copy_page_to_iter_pipe and push_pipe fail to initialize flags, allowing an unprivileged local user to write to pages cached from read-only files. Public advisories confirm ...

7.8CVSS7.7AI score0.88606EPSS
SaveIn wild
CVE
CVE
added 2024/05/01 12:54 p.m.2807 views

CVE-2024-27054

The CVE-2024-27054 issue resides in the Linux kernel s390/dasd path where the module refcount could be decremented twice due to manual handling of refcounts after device association. The vulnerability results in an artificial decrease of the module’s refcount on each error path, rather than keepi...

5.5CVSS6.5AI score0.00273EPSS
Save
CVE
CVE
added 2024/04/17 10:27 a.m.2797 views

CVE-2024-26880

CVE-2024-26880 relates to the Linux kernel vulnerability where dm: call the resume method on internal suspend was improperly paired, risking a crash via a list corruption in the DM (device-mapper) subsystem during suspend/resume handling. The fix standardizes calls by having __dm_internal_resume ...

7.8CVSS6.2AI score0.00711EPSS
Save
CVE
CVE
added 2024/05/01 5:18 a.m.2796 views

CVE-2024-26950

CVE-2024-26950 (WireGuard, Linux kernel) : The issue was in the netlink path for WireGuard where the code accessed the device via peer and could dereference a NULL peer->device. The fix standardizes device retrieval from the context by using ctx->wg, since ctx->wg->peer_allowedips.seq...

7.8CVSS6.4AI score0.00244EPSS
Save
CVE
CVE
added 2024/04/17 10:27 a.m.2789 views

CVE-2024-26889

CVE-2024-26889 refers to a Linux kernel security fix for a Bluetooth (hci_core) buffer overflow. The root cause was a fixed-size name field in struct hci_dev_info (name[8]); a larger hdev->name could cause strcpy to overrun its destination. The fix switches to strscpy to safely copy the device...

5.5CVSS6.6AI score0.00271EPSS
Save
CVE
CVE
added 2024/05/01 5:17 a.m.2783 views

CVE-2024-26940

CVE-2024-26940 refers to a Linux kernel issue in drm/vmwgfx where /sys/kernel/debug/dri/0/mob_ttm could be created even if the corresponding ttm_resource_manager was not allocated, risking a crash when reading the file. The fix adds checks to only create mob_ttm, system_mob_ttm, and gmr_ttm debug...

5.5CVSS6.4AI score0.00227EPSS
Save
CVE
CVE
added 2024/12/24 9:22 a.m.2772 views

CVE-2024-53240

The CVE-2024-53240 entry refers to a Xen netfront crash in the Linux kernel. The issue occurs when removing a netfront device directly after a suspend/resume cycle, where queues may not be reinitialized and a crash can happen when stopping them. The fix is to check that the queues exist before st...

5.7CVSS6.9AI score0.00624EPSS
Save
CVE
CVE
added 2024/12/24 11:28 a.m.2762 views

CVE-2024-53148

CVE-2024-53148 affects the Linux kernel (comedi subsystem). The issue: if remap_pfn_range() calls partially succeed before a failure, some buffer pages remain mapped in userspace page tables after dropping the buffer reference, and cleanup occurs too late in the mmap error path. The root cause is...

7.8CVSS6.4AI score0.00232EPSS
Save
CVE
CVE
added 2024/04/17 10:27 a.m.2751 views

CVE-2024-26894

CVE-2024-26894 affects the Linux kernel: ACPI: processor_idle memory leak after CPU idle device unregister. Root cause: memory allocated for acpi_processor_power_exit is not freed. Remediation: free the CPU idle device after unregistering it (kernel patch cited in multiple advisories).

6CVSS6.3AI score0.00254EPSS
Save
CVE
CVE
added 2024/05/01 5:18 a.m.2745 views

CVE-2024-26956

CVE-2024-26956 covers a kernel vulnerability in nilfs2 within the Linux kernel. The issue has two flaws: (1) nilfs_get_block() may misinterpret a DAT-corrupted data block as existing, due to DAT translation returning -ENOENT; and (2) after this inconsistency, the caller may request a read on an u...

7.8CVSS6.8AI score0.00255EPSS
Save
CVE
CVE
added 2024/05/09 4:37 p.m.2731 views

CVE-2024-27393

CVE-2024-27393 affects the Linux kernel xen-netfront driver. A missing skb_mark_for_recycle() call led to memory leak in page_pool handling (page_pool_release_page() usage and subsequent removals). The issue was fixed by adding the missing skb_mark_for_recycle in xen-netfront, with historical con...

7.5CVSS6.5AI score0.00772EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.2719 views

CVE-2024-42139

CVE-2024-42139 affects the Linux kernel component related to ice/extts handling for PTP; when the driver is removed while an application using ts2phc is running, a previously enabled extts event may remain active, potentially causing a kernel crash. On driver reload, a remaining extts event for t...

5.5CVSS6.5AI score0.002EPSS
Save
CVE
CVE
added 2024/02/28 8:13 a.m.2680 views

CVE-2021-46976

CVE-2021-46976 refers to a Linux kernel vulnerability in drm/i915: Fix crash in auto_retire. The issue arises from using the two lower bits of the retire function pointer to store flags, and because auto_retire may not be 4-byte aligned, this can cause a jump to an incorrect address and a crash. ...

5.5CVSS6.5AI score0.00232EPSS
Save
CVE
CVE
added 2024/05/01 5:27 a.m.2626 views

CVE-2024-26991

CVE-2024-26991 relates to the Linux kernel KVM x86/mmu path. The vulnerability stems from overflow of the lpage_info array when checking attributes during KVM_SET_MEMORY_ATTRIBUTES, which can lead to a vmalloc-out-of-bounds read in hugepage attribute checks (observed as KASAN: vmalloc-out-of-boun...

5.5CVSS6.4AI score0.00229EPSS
Save
CVE
CVE
added 2024/05/01 12:54 p.m.2605 views

CVE-2024-27041

CVE-2024-27041 affects the Linux kernel DRM AMD display path. The issue is a NULL-ptr dereference in amdgpu_dm_fini() if adev->dm.dc is NULL before dc_enable_dmub_notifications(). The fix consolidates NULL checks under a single conditional and ensures safe access prior to deinitialization, per...

5.5CVSS6.5AI score0.00272EPSS
Save
CVE
CVE
added 2024/12/24 9:24 a.m.2578 views

CVE-2024-53241

CVE-2024-53241 affects the Linux kernel when running with Xen PV guests. The root cause is an unsafe PV iret hypercall path via the Xen hypercall page. The fix replaces the hypercall-page jump with an inlined sequence in xen-asm.S to stop using the hypercall page, preparing for its removal due to...

5.5CVSS7.2AI score0.0031EPSS
Save
CVE
CVE
added 2025/01/31 11:25 a.m.2572 views

CVE-2025-21678

In CVE-2025-21678, Linux kernel gtp: Destroy device along with udp socket’s netns dismantle was fixed. The root cause was gtp_newlink() attaching the device to dev_net(dev) instead of src_net, which meant a UDP tunnel socket created in a different netns could leave the device alive in dev_net(dev...

7.8CVSS6.9AI score0.00229EPSS
Save
CVE
CVE
added 2025/01/21 12:18 p.m.2567 views

CVE-2025-21664

CVE-2025-21664 affects the Linux kernel dm-thin component. Root cause: get_first_thin did a non-RCU-safe sequence (list_empty -> list_first) that could race with concurrent updates, risking dereferencing a stale/altered list head during process_deferred_bios flow and leading to a crash. Connec...

7.8CVSS6.4AI score0.00231EPSS
Save
CVE
CVE
added 2025/01/19 10:18 a.m.2557 views

CVE-2025-21653

CVE-2025-21653 affects the Linux kernel net_sched flow classifier (net/sched/cls_flow.c). The vulnerability was due to missing validation of TCA_FLOW_RSHIFT, which could trigger undefined behavior (UB) and a shift-out-of-bounds on large 32-bit shifts, as shown by UBSAN. Connected advisories (Astr...

5.5CVSS6.9AI score0.00211EPSS
Save
CVE
CVE
added 2024/05/01 1:3 p.m.2553 views

CVE-2022-48669

CVE-2022-48669 : In the Linux kernel, the powerpc/pseries path had a memleak in papr_get_attr() where a krealloc() could fail and the original buffer would not be freed. The fix ensures the original buf is freed on allocation failure. Affected: Linux kernel (powerpc/pseries implementation); Root ...

5.5CVSS6.6AI score0.00272EPSS
Save
CVE
CVE
added 2024/12/27 2:23 p.m.2553 views

CVE-2024-56570

CVE-2024-56570 – Linux kernel ovl (overlayfs) : The vulnerability arises in the ovl module where directory inodes that lack the lookup function could be processed, potentially triggering errors in overlayfs when passed to the lowerstack. The fix adds a check in ovl_dentry_weird() to filter/skip i...

7.8CVSS6.5AI score0.00235EPSS
Save
CVE
CVE
added 2024/12/24 11:28 a.m.2544 views

CVE-2024-53158

CVE-2024-53158 relates to the Linux kernel: in soc: qcom: geni-se, an array underflow in geni_se_clk_tbl_get() occurred because a loop’s break condition using clk_round_rate() poorly handled the first iteration, causing reads before the start of these->clk_perf_tbl[]. The issue was fixed in th...

5.5CVSS6.5AI score0.0027EPSS
Save
CVE
CVE
added 2024/12/27 2:11 p.m.2544 views

CVE-2024-56531

CVE-2024-56531 affects the Linux kernel ALSA caiaq driver. The bug arises because the USB disconnect callback called snd_card_free(), which waits for all fds to close, potentially delaying release and causing upper-layer USB ioctls to block, risking a soft lockup. The fix replaces snd_card_free()...

7.8CVSS6.8AI score0.00222EPSS
Save
CVE
CVE
added 2025/01/31 11:25 a.m.2541 views

CVE-2025-21668

CVE-2025-21668 (Linux kernel) : A missing loop break in the imx8mp_blk_ctrl_remove path (imx8mp_blk_ctrl) allows the for loop to run out of bounds, potentially affecting system shutdown/reboot flows. The vulnerability is tied to the imx8mp domain handling in dev_pm_domain_detach during platform s...

5.5CVSS7.2AI score0.00205EPSS
Save
CVE
CVE
added 2025/01/20 1:48 p.m.2536 views

CVE-2025-21655

CVE-2025-21655 in the Linux kernel’s io_uring/eventfd was fixed by deferring the freeing of the io_eventfd object to an additional RCU grace period. The issue arose because io_eventfd_do_signal() is called from an RCU callback and, when the reference to the io_ev_fd drops to zero, the code attemp...

7.8CVSS6.6AI score0.00246EPSS
Save
CVE
CVE
added 2025/02/18 2:37 p.m.2536 views

CVE-2025-21702

The CVE CVE-2025-21702 concerns a bug in Linux kernel pfifo_tail_enqueue where, when sch->limit == 0, a path can cause qlen to be increased to one even if a preceding drop would have kept it at zero. This leads to a mismatch where a parent qlen no longer equals the sum of its children’s qlen, ...

7.8CVSS7.3AI score0.00267EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.2526 views

CVE-2024-56690

CVE-2024-56690 : Linux kernel crypto: pcrypt fix for -EBUSY/-EAGAIN. After commit 8f4f68e7, padata_do_parallel() may return -EAGAIN for pcrypt encrypt/decrypt when CPUs go online/offline, triggering a WARN/panic under panic_on_warn. The remediation is to call the crypto layer directly (no paralle...

5.5CVSS6.6AI score0.00188EPSS
Save
CVE
CVE
added 2024/05/01 12:54 p.m.2517 views

CVE-2024-27040

CVE-2024-27040 concerns a NULL pointer dereference in the Linux kernel DRM AMD display code. Specifically, edp_set_replay_allow_active() may dereference replay when replay is NULL after the conditional that checks replay in the first if. The vulnerability occurs if link->replay_settings.replay...

4.7CVSS6.6AI score0.00248EPSS
SaveWeb
CVE
CVE
added 2025/01/21 12:18 p.m.2514 views

CVE-2025-21660

Technical details for CVE-2025-21660 are not provided in the supplied documents. No affected products, root cause, or remediation are disclosed here; monitor for updates from official advisories.

5.5CVSS6.6AI score0.00197EPSS
Save
CVE
CVE
added 2024/12/24 11:29 a.m.2513 views

CVE-2024-53160

CVE-2024-53160 : The MiracleLinux advisory confirms a Linux kernel data-race in rcu/kvfree between __mod_timer/kvfree_call_rcu and kfree_rcu_monitor. The fix acquires krcp->lock in kfree_rcu_monitor to ensure both functions do not race when updating krcp->monitor_work.timer.expires, address...

4.7CVSS6.5AI score0.00155EPSS
Save
CVE
CVE
added 2024/05/01 5:20 a.m.2511 views

CVE-2024-26977

CVE-2024-26977 — Linux kernel MMIO leak due to broken guarding of iounmap(). The vulnerability arises because the ARCH_HAS_GENERIC_IOPORT_MAP guard was applied to iounmap() in pci_iounmap(), causing MMIO mappings to leak. The fix relocates the guard so iounmap() is called for MMIO mappings, preve...

5.5CVSS6.7AI score0.00226EPSS
Save
CVE
CVE
added 2024/12/29 8:42 a.m.2510 views

CVE-2024-56709

CVE-2024-56709 : Linux kernel io_uring vulnerability fixed by verifying iowq is not killed before queuing. If a task completes its termination path after io_uring teardown, task_work may see a null ->io_wq and attempt to forward to io_queue_iowq(), causing failure. The fix also accounts for PF...

7.8CVSS6.5AI score0.00224EPSS
Save
CVE
CVE
added 2025/01/19 10:18 a.m.2504 views

CVE-2025-21648

CVE-2025-21648 affects the Linux kernel netfilter conntrack code. The vulnerability arises from the hashtable resize path where the maximum size could exceed practical limits, risking a WARN_ON_ONCE in __kvmalloc_node_noprof() when __GFP_NOWARN is unset. The fix clamps the conntrack hashtable siz...

5.5CVSS7AI score0.00215EPSS
Save
CVE
CVE
added 2024/12/27 1:50 p.m.2502 views

CVE-2024-53229

Summary (CVE-2024-53229) : In the Linux kernel, the RDMArxe path had a fix for qp flush warnings in req. When a QP is in an error state, WQEs in the queue must be marked as error; otherwise a kernel warning can occur (for example in rxe_completer). The provided data confirms this CVE is tracked i...

5.5CVSS6.3AI score0.00237EPSS
Save
Total number of security vulnerabilities14776